home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / AmiVoGL_MDEV.lha / buildtc.bat < prev    next >
DOS Batch File  |  1991-09-01  |  246b  |  12 lines

  1. cd src
  2. make -fmakefile.tc > c:src.err
  3. if errorlevel > 0 goto end
  4. cd ..\hershey\src
  5. make -fmakefile.tc > c:her.err
  6. if errorlevel > 0 goto end
  7. md c:\lib\hershey
  8. command /c mkfnts c:\lib\hershey
  9. cd ..\..\examples
  10. make -fmakefile.tc > c:exa.err
  11. :end
  12.